home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / child / money61b / printme.bat < prev    next >
DOS Batch File  |  1998-04-15  |  432b  |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo This will print out the readme.txt file for Talking Money.
  6. echo.
  7. echo.
  8. echo (If you don't want to print out the manual right now, please
  9. echo  press and hold down the Ctrl key and press c.  Then press y.)
  10. echo.
  11. echo.
  12. echo Otherwise, please turn your printer on and on-line.  
  13. echo.
  14. pause
  15. type readme.txt > lpt1
  16. echo.
  17. echo You may need to press page eject on your printer to finish.
  18.  
  19.